Skip to content
Snippets Groups Projects
Commit c6d684dd authored by Dmitry Rodionov's avatar Dmitry Rodionov
Browse files

chore: fix buffer underflow

An element of array 'nc->stack' is accessed by an index with possible
negative value -2 at lj_opt_narrow.c:395. This may lead to a buffer
underflow. Index variable is assigned the value lj_opt_narrow.c:395.

There were another similar warning on the same line. Both should be
fixed.
parent 8cdb1488
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment