Reviewed By: jvillard Differential Revision: D9850740 fbshipit-source-id: ac3be9980master
parent
21145c75c9
commit
16c70d1c23
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright (c) 2018-present, Facebook, Inc.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
struct symb_arr_alloc {
|
||||
char h[10];
|
||||
void symb_arr_access_ok() { h[9] = '\0'; }
|
||||
void symb_arr_access_bad() { h[10] = '\0'; }
|
||||
};
|
Loading…
Reference in new issue