+6
−6
Loading
WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
* remove_cr() utilizes strcpy with overlapped memory
* strcpy with overlapping buffers results in undefined behavior in C
* Entire buffer movement is needlessly expensinve
Signed-off-by:
Ripinder Singh <ripinder.singh@dolby.com>