{"author":"Joshua Rogers","author_email":"MegaManSec@users.noreply.github.com","author_time":1759631894,"commit_time":1759665727,"committer":"Daniel Stenberg","committer_email":"daniel@haxx.se","hash":"c0febf66614d1468edecf6dab48333218b130ae1","message":"cpool: make bundle->dest an array; fix UB\n\nReplace `char *dest[1]` with a proper `char dest[1]` array in\ncpool_bundle. This removes undefined behavior from memcpy (writing past\nthe declared object) while keeping the same key semantics: dest_len is\nstrlen+1 (includes NUL), and hash add/delete calls remain unchanged.\n\nCloses #18850\n","parents":["bb4326d72b3486181be4dccafec53f6e3567ed7c"],"tree_hash":"c020775d22a9433364064279da748d814d6c2a69"}