Changeset 284 for cpp/frams/param


Ignore:
Timestamp:
01/05/15 20:39:39 (9 years ago)
Author:
Maciej Komosinski
Message:

Wrong sscanf size in 64-bit caused stack damage (in "0x....." conversion)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/param/param.h

    r278 r284  
    3636typedef int32_t paInt;
    3737#define PA_INT_SCANF "%d"
     38#define PA_INT_SCANF_X "%x"
    3839
    3940// the result of param::set() is a combination of bits:
Note: See TracChangeset for help on using the changeset viewer.