Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 921536
Collapse All | Expand All

(-)magiccube4d-src-2_2/MacroManager.cpp (-4 lines)
Lines 246-255 Link Here
246
    int face, stickerwithinface;
246
    int face, stickerwithinface;
247
    struct stickerspec sticker;
247
    struct stickerspec sticker;
248
    char name[1234];
248
    char name[1234];
249
    char format[10];
250
    sprintf(format, " @%%%d[^@]@(", (int)sizeof(name) - 1);
251
    sprintf(format, " @%%[^@]@(");  /* ARGH! FIX THIS-- maybe the other way
252
                                       worked after all, check it out */
253
    /* FIX THIS!  overflow is quite likely if the final delimiter is missing
249
    /* FIX THIS!  overflow is quite likely if the final delimiter is missing
254
       in the file */
250
       in the file */
255
251

Return to bug 921536