Skip to content
#

bsd

Here are 253 public repositories matching this topic...

zachriggle
zachriggle commented Apr 28, 2020

I'm not sure what's causing this issue, but it looks like ROP.raw() does something weird when given one-byte arguments.

This happens on both Python2 and Python3.

Correct

>>> r=ROP([])
>>> r.raw(32)
>>> print(r.dump())
0x0000:             0x20
>>> r.raw(pack(32))
>>> print(r.dump())
0x0000:             0x20
0x0004:  ' \x00\x00\x00' ' \x00\x00\x00'
>>> print(hexdump(str(
RalfJung
RalfJung commented Apr 13, 2020

xargo CI is failing with a strange ICE:

thread 'rustc' panicked at 'failed to lookup `SourceFile` in new context', src/librustc_middle/ty/query/on_disk_cache.rs:456:17

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

error: internal compiler error: unexpected panic

note: the compiler unexpect
fnkkio
fnkkio commented Nov 30, 2019

Steps to reproduce:

  1. Go to Tools > Preferences > General
  2. Under Home Page select Use Bookmark
  3. Select This Folder to set a bookmark folder as Home Page

Actual:
Bookmark selection menu allows selection of folders.

Expected:
In this case, bookmark selection menu should not allows selection of folders; it doesn't make sense to have a bookmark folder as home

vlasov-alexandr89
vlasov-alexandr89 commented Mar 26, 2020

Hi,
Could you please help me understand what I'm missing:

Python 3.6.9
[GCC 8.3.0] on linux

from pyroute2 import ethtool
etht = ethtool.Ethtool()
ERROR:root:Generic netlink protocol ethtool not found
ERROR:root:Please check if the protocol module is loaded

and looks like this happens specifically in this place

_with_nl.is_nlethtool_in_kernel()
ERROR:root:Generic netlink p

jp-t
jp-t commented Jul 10, 2017

Since the RP hold time was fixed in RP #106, this comment in rp.c around line 380:

        /* TODO: We shoudn't have old existing entry, because with the
         * current implementation all of them will be deleted
         * (different fragment_tag). Debug and check and eventually
         * delete.
         */

is not true anymore. A debug log message in that place will appea

Improve this page

Add a description, image, and links to the bsd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bsd topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.