Skip to content

tor-cell: Avoid redundant pointer copy

Clara Engler requested to merge cve/arti:no_redundant_copy into main

This commit changes an iteration by copying a u16 (which is 2 bytes) instead of a pointer address, which is most likely 8 bytes on most machines.

Merge request reports