pass: Consolidate the size of char arrary to the 255 byte 00/158900/1
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 6 Nov 2017 01:40:00 +0000 (10:40 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 6 Nov 2017 01:43:14 +0000 (10:43 +0900)
commitbe07604fcbe7061fe5f4e05b3c276b48b849ea93
treef940bbcd7720872e32d8ef4234484954661dcb1f
parent69653de0116824ba743a941f8324feda82ad7137
pass: Consolidate the size of char arrary to the 255 byte

The multiple modules define the char array with the different size.
It might make the confusion and overflow error. This patch consolidates
the size of char arrary to the 255 byte and changes the name of 'PASS_NAME_LEN'
to 'BUFF_MAX' in order to remove the unneeded 'PASS_*' prefix.

Change-Id: I2ee11313f10f52f5aa24628afbac9facd45b50ad
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/core/config-parser.c
src/pass/pass-gov.h
src/pass/pass-parser.c
src/pass/pass-pmqos.c
src/pass/pass.h