Skip to content

Commit

Permalink
Fix broken blog link in base64.c (#1987)
Browse files Browse the repository at this point in the history
  • Loading branch information
gemesa authored Nov 27, 2023
1 parent 8dfea8f commit 65c2f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libyara/base64.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// is expected to trim the appropriate number of leading and trailing bytes.
//
// This is based upon the ideas at:
// https://www.leeholmes.com/blog/2019/12/10/searching-for-content-in-base-64-strings-2/
// https://www.leeholmes.com/searching-for-content-in-base-64-strings/
//
// The caller is responsible for freeing the returned string.
//
Expand Down

0 comments on commit 65c2f48

Please sign in to comment.