<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>pre,code,address {
  margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
ol,ul {
  margin-top: 0em;
  margin-bottom: 0em;
}
blockquote {
  margin-top: 0em;
  margin-bottom: 0em;
}
</style>
</head>
<body>
<div>I see the same on a test system, and i think this is a false positive. When you check the code, there is a variable length arrary declared at the end of a struct with [0]. Apparently the UBSAN checker keys of the number, and the way to avoid the warning
 would be to change that to []. But this would be no functional change, just a syntax change to silence the checker.</div>
<div><br>
</div>
<div>Regards,</div>
<div><br>
</div>
<div>Christof Schmitt</div>
<div><br>
</div>
<div>On Tue, 2025-03-18 at 15:04 +0000, Jonathan Buzzard wrote:</div>
<blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex">
<div><br>
</div>
<div>Got my Ubuntu 24.04 server up and running and it "appears" to be </div>
<div>working. Thanks to everyone a Lenovo for helping me get access to the</div>
<div>download.</div>
<div><br>
</div>
<div>However I am see some troubling messages on the console like this</div>
<div><br>
</div>
<div>[Tue Mar 18 11:21:10 2025] UBSAN: array-index-out-of-bounds in </div>
<div>/usr/lpp/mmfs/src/gpl-linux/acl.c:314:45</div>
<div>[Tue Mar 18 11:21:10 2025] index 1 is out of range for type </div>
<div>'linux_posix_acl_entry [*]'</div>
<div><br>
</div>
<div>Where index might be any of 0, 1 or 2.</div>
<div><br>
</div>
<div>That to my eye doesn't look good. Is this expected or should I raise </div>
<div>this a support issue?</div>
<div><br>
</div>
<div><br>
</div>
<div>JAB.</div>
<div><br>
</div>
</blockquote>
<div><br>
</div>
<div><span></span></div>
</body>
</html>