]> git.kaiwu.me - njs.git/commit
Fixed handling of encode arg in fs.readdir() and fs.realpath().
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 4 Sep 2024 04:32:33 +0000 (21:32 -0700)
committerDmitry Volyntsev <xeioexception@gmail.com>
Wed, 4 Sep 2024 16:37:40 +0000 (09:37 -0700)
commit6259cca26b6747fa8ade15c4b602b9ad190cb14a
tree44b75a622eae9e524ae932e6f86c7364fe088509
parenta3a4dd45a5377723042df2194b06565e9abc0f2f
Fixed handling of encode arg in fs.readdir() and fs.realpath().

The issue was introduced in 98c6570f3 (0.8.0).
external/njs_fs_module.c