]> Git Repo - linux.git/blobdiff - scripts/gcc-plugins/randomize_layout_plugin.c
Merge tag 'cxl-fixes-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
[linux.git] / scripts / gcc-plugins / randomize_layout_plugin.c
index 910bd21d08f48db58d36db2a1222c2cca33782f4..746ff2d272f25667d31dbe2299ce00e2f9ea000a 100644 (file)
@@ -339,8 +339,7 @@ static int relayout_struct(tree type)
 
        /*
         * enforce that we don't randomize the layout of the last
-        * element of a struct if it's a 0 or 1-length array
-        * or a proper flexible array
+        * element of a struct if it's a proper flexible array
         */
        if (is_flexible_array(newtree[num_fields - 1])) {
                has_flexarray = true;
This page took 0.026676 seconds and 4 git commands to generate.