Thread (1 message) 1 message, 1 author, 2022-01-05

Re: [PATCH v4] receive-pack.c: consolidate find header logic

From: Junio C Hamano <hidden>
Date: 2022-01-05 20:10:37

"John Cai via GitGitGadget" [off-list ref] writes:
    Changes since v4:
    
     * added NEEDSWORK block detailing what needs to be done to clean up
       find_header_mem
...
      -	while (line) {
     ++	/*
     ++	 * NEEDSWORK: Between line[0] and msg[len], there may not be a LF nor NUL
     ++	 * at all, and strchrnul() will scan beyond the range we were given
     ++	 * Make this operation safer and abide by the contract to only read up to len.
     ++	 */
This sounds unnecessarily alarming.  Can't we also explain that the
current callers are safe?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help