On 12/17/21 3:15 PM, Philippe Mathieu-Daudé wrote:
-    cdb[3] = (len >> 8) & 0xff;
-    cdb[4] = (len & 0xff);
+    stw_be_p(&cdb[2], len);

Wrong offset.  Otherwise,

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to