]> git.kaiwu.me - njs.git/commit
Fixed atob() with non-padded base64 strings.
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 23 Feb 2024 01:38:58 +0000 (17:38 -0800)
committerDmitry Volyntsev <xeioex@nginx.com>
Fri, 23 Feb 2024 01:38:58 +0000 (17:38 -0800)
commit822e4501c1ca3804a729fe9d0288513bfd5aed6d
tree62ceacb1d17b347f90b4331131e531d7e91b97d0
parenta26f8cc0db69bb4879b069d42b7e006ecd151dc6
Fixed atob() with non-padded base64 strings.

This fixes #695 issue on Github.
src/njs_string.c
src/test/njs_unit_test.c