• Andrew M. Kuchling's avatar
    [Backport r51226 | neal.norwitz] · a2a16615
    Andrew M. Kuchling yazdı
    I'm not sure why this code allocates this string for the error message.
    I think it would be better to always use snprintf and have the format
    limit the size of the name appropriately (like %.200s).
    
    Klocwork #340
    a2a16615
unicodedata.c 25.1 KB