オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /trunk/1.7.x/ccs-patch/security/ccsecurity/util.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3502 by kumaneko, Mon Mar 8 08:44:55 2010 UTC revision 3512 by kumaneko, Fri Mar 19 08:37:22 2010 UTC
# Line 1073  void ccs_warn_log(struct ccs_request_inf Line 1073  void ccs_warn_log(struct ccs_request_inf
1073          }          }
1074          while (1) {          while (1) {
1075                  int len2;                  int len2;
1076                  buffer = kmalloc(len, GFP_KERNEL);                  buffer = kmalloc(len, CCS_GFP_FLAGS);
1077                  if (!buffer)                  if (!buffer)
1078                          return;                          return;
1079                  va_start(args, fmt);                  va_start(args, fmt);

Legend:
Removed from v.3502  
changed lines
  Added in v.3512

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26